home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
56194
/
56194.xpi
/
chrome
/
topsite.jar
/
content
/
js
/
view.js
< prev
Wrap
Text File
|
2009-12-30
|
279b
|
10 lines
if (!topsite) var topsite={};
topsite.view = function() {
this.visible = false;
this.show = function(){}
this.hide = function(){}
this.populate = function(arrTags){alert('in view');}
this.showTopSite = function(arrTopSite, objState){}
this.clear = function(){}
}